github.com/refraction-networking/utls.cipherSuiteTLS13.id (field)

17 uses

	github.com/refraction-networking/utls (current package)
		cipher_suites.go#L196: 	id     uint16
		cipher_suites.go#L676: 		if cipherSuite.id == id {
		handshake_client.go#L340: 		c.quicSetWriteSecret(QUICEncryptionLevelEarly, suite.id, earlyTrafficSecret)
		handshake_client_tls13.go#L231: 	c.cipherSuite = hs.suite.id
		handshake_client_tls13.go#L665: 		c.quicSetWriteSecret(QUICEncryptionLevelHandshake, hs.suite.id, clientSecret)
		handshake_client_tls13.go#L666: 		c.quicSetReadSecret(QUICEncryptionLevelHandshake, hs.suite.id, serverSecret)
		handshake_client_tls13.go#L1023: 		c.quicSetWriteSecret(QUICEncryptionLevelApplication, hs.suite.id, hs.trafficSecret)
		handshake_server_tls13.go#L196: 	c.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L197: 	hs.hello.cipherSuite = hs.suite.id
		handshake_server_tls13.go#L443: 			sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
		handshake_server_tls13.go#L452: 			c.quicSetReadSecret(QUICEncryptionLevelEarly, hs.suite.id, earlyTrafficSecret)
		handshake_server_tls13.go#L775: 		c.quicSetWriteSecret(QUICEncryptionLevelHandshake, hs.suite.id, serverSecret)
		handshake_server_tls13.go#L776: 		c.quicSetReadSecret(QUICEncryptionLevelHandshake, hs.suite.id, clientSecret)
		handshake_server_tls13.go#L914: 		c.quicSetWriteSecret(QUICEncryptionLevelApplication, hs.suite.id, serverSecret)
		u_handshake_client.go#L504: 		c.quicSetWriteSecret(QUICEncryptionLevelEarly, suite.id, earlyTrafficSecret)
		u_public.go#L247: 			Id:     c.id,
		u_public.go#L260: 			id:     c.Id,